Platform Explorer / Nuxeo Platform 2023.10

Operation Document.ARenderGetPreviewerUrl (Get ARender previewer url)

Description

Get the ARender previewer url depending on input.
Operation id Document.ARenderGetPreviewerUrl
Category Document
Label Get ARender previewer url
Requires
Since

Parameters

Name Description Type Required Default value
blobXPath string no file:content 

Signature

Inputs document, documents
Outputs blob, blob

Implementation Information

Implementation Class Class: com.nuxeo.ecm.arender.core.ARenderGetPreviewerUrl
Contributing Component com.nuxeo.ecm.arender.operations

JSON Definition

{
  "id" : "Document.ARenderGetPreviewerUrl",
  "label" : "Get ARender previewer url",
  "category" : "Document",
  "requires" : null,
  "description" : "Get the ARender previewer url depending on input.",
  "url" : "Document.ARenderGetPreviewerUrl",
  "signature" : [ "document", "blob", "documents", "blob" ],
  "params" : [ {
    "name" : "blobXPath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "file:content" ]
  } ]
}